home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cv_fix / readme.doc < prev    next >
Text File  |  1986-10-20  |  4KB  |  183 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. ***********************************************************
  16. ***********************************************************
  17.  
  18.          C 4.0  /  Codeview  Application Note
  19.  
  20. ************************************************************
  21. ************************************************************
  22.  
  23.                      October 20, 1986
  24.  
  25.  
  26.          Codeview Compatible Display Adapter Patch
  27.  
  28.               Codeview Sperry/Corona Patch
  29.  
  30.                  Codeview/Int 1A Patch
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.       ################################################
  59.            
  60.          Codeview Compatible Display Adapter Patch
  61.  
  62.       ################################################
  63.  
  64.  
  65.  
  66.                 
  67. The purpose of this patch is to fix a problem that may appear when 
  68. running Codeview in window mode on certain IBM EGA compatible display 
  69. adapters.  The major symptom of this problem is unusual colors for the 
  70. display when Codeview is started in window mode.  If you are having 
  71. problems getting the correct colors using Codeview on a compatible 
  72. display adapter follow these steps to patch a BACKUP COPY of Codeview:
  73.  
  74. 1) Put the Fixdisk that you received with this application note into the 
  75.    A: drive.
  76.  
  77. 2) Copy CV.EXE to the A: drive.
  78.  
  79. 3) Make sure that DEBUG.EXE can be found on your path.
  80.  
  81. 4) Move to the A: drive.
  82.  
  83. 5) Run EGAFIX.BAT
  84.  
  85.  
  86. After you have run EGAFIX.BAT you will have a modified CV.EXE on the Fixdisk 
  87. as well as a file CVOLD.EXE which is an unmodified version and should be 
  88. saved on a disk to be used as a backup.
  89.      
  90.  
  91. If after applying this patch, your display does not display the correct colors 
  92. there are other hardware incompatibilities and it will be necessary for you 
  93. to run Codeview in sequential mode (/T).
  94.  
  95.  
  96.  
  97.       ################################################
  98.  
  99.               Codeview Sperry/Corona Patch
  100.  
  101.       ################################################
  102.  
  103.  
  104.  
  105.  
  106. The purpose of this patch is to correct video hardware differences that 
  107. exist with certain Sperry computers when running Codeview in window mode.
  108.   
  109.  
  110. ******Use this patch only if the display of your Sperry computer blanks out 
  111. and the machine hangs when you invoke Codeview.  It is not required for all 
  112. Sperry computers.  If the display on your Sperry computer does not blank out 
  113. but your machine hangs, use the /M switch (disable the mouse) when you 
  114. invoke Codeview.
  115.  
  116. 1) Put the Fixdisk that you received with this application note into the 
  117.    A: drive.
  118.  
  119. 2) Copy CV.EXE to the A: drive.
  120.  
  121. 3) Make sure that DEBUG.EXE can be found on your path.
  122.  
  123. 4) Move to the A: drive.
  124.  
  125. 5) Run SPFIX.BAT
  126.  
  127. After you have run SPFIX.BAT you will have a modified CV.EXE on the Fixdisk 
  128. as well as a file CVOLD.EXE which is an unmodified version and should be 
  129. saved on a disk and used as a backup.
  130.  
  131.  
  132. If after having applied this patch, you continue to get a blank screen and 
  133. the machine hangs, it will be necessary for you to run Codeview in 
  134. sequential mode (/T).  
  135.  
  136.  
  137.  
  138.       ################################################
  139.  
  140.                  Codeview/Int 1A Patch
  141.  
  142.       ################################################
  143.  
  144.  
  145. The purpose of this patch is to correct a problem that exists on machines 
  146. that do not support interrupt 1A (read the real time clock).  Two machines 
  147. that do not support this are the HP 150 and Apricot XEN.  A symptom of this 
  148. problem is Codeview hanging when invoking the Execute command from the Run 
  149. menu.
  150.  
  151. If you have an HP150 or an Apricot XEN and are experiencing problems carry 
  152. out these instructions:
  153.  
  154.  
  155. 1) Put the Fixdisk that you received with this application note into the 
  156.    A: drive.
  157.  
  158. 2) Copy CV.EXE to the A: drive.
  159.  
  160. 3) Make sure that DEBUG.EXE can be found on your path.
  161.  
  162. 4) Move to the A: drive.
  163.  
  164. 3) Run INTFIX.BAT
  165.  
  166. After you have run INTFIX.BAT you will have a modified CV.EXE on the Fixdisk 
  167. as well as a file CVOLD.EXE which is an unmodified version and should be saved 
  168. on a disk and used as a backup.
  169.  
  170.     
  171. After you perform this patch you will need to invoke CodeView as follows:
  172.     
  173.         cv /D /M /T sieve.exe
  174.     
  175. This combination of switches tells Codeview to:
  176.  
  177.  a) disable IBM specific instructions (/D)
  178.  b) disable the Apricot mouse which is not Microsoft mouse compatible (/M)
  179.  c) run in sequential (non IBM compatible) mode (/T).
  180.     
  181.     
  182.  
  183.